[@main]
#IF
checkmonmap rzbattle5 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 5 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room5.txt
addnamelist battlesystem/room6.txt
goto @nextroom

[@nextroom]
<Room 5 Completed>\
\
Well done on completing the fifth room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 6/@room6> || <Exit/@giveup>

[@room6]
#IF
checkhum rzbattle6 1
#ACT
goto @error
#ELSEACT
monclear rzbattle6
Param1 rzbattle6
Param2 20
Param3 20
MonGen RedmoonEvil2 1 10
MonGen Bigape 10 10
mapmove rzbattle6

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room6>

